FindAllRowsWithCellTextInColumn(String,UInt32) Method
Returns all rows with the specified text in the specified column, by column index.

C# Syntax

ReadOnlyCollection<ITableRow<T>> FindAllRowsWithCellTextInColumn( 
   string text,
   uint columnIndex
)

Parameters

text
The text to search for.
columnIndex
The 1-based index of the column to search.

Return Value

The rows. Null if text not found.